home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 06.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  311 b   |  13 lines

  1. on exitFrame
  2.   global mainpictlist
  3.   repeat with i = 1 to 4
  4.     set the puppet of sprite (6 + i) to 1
  5.     set the member of sprite (6 + i) to member getAt(mainpictlist, i) of castLib "S06"
  6.   end repeat
  7.   updateStage()
  8.   repeat with i = 7 to 10
  9.     set the visible of sprite i to 1
  10.   end repeat
  11.   cursor(-1)
  12. end
  13.